home *** CD-ROM | disk | FTP | other *** search
/ Amiga Inside! / Amiga FD Inside (1995)(Ultramax).iso / c / packit.doc < prev    next >
Text File  |  1995-04-21  |  5KB  |  149 lines

  1. PackIt v37.110
  2. Release 1.1
  3.  
  4. PackIt and this documentation are Copyright © 1994 by Michael Barsoom.
  5.  
  6. -+- License  -+-
  7.  
  8. PackIt may be freely distributed as long as no charge is made other than to
  9. cover time and copying costs.  This should be no higher than what Fred Fish
  10. charges from one of his freely redistributable disks.
  11.  
  12. You may not copy and/or distribute this program without the accompanying
  13. documentation unless you get permission from the author to do so.
  14.  
  15. Fred Fish has permission to include this program on his FD disks/CDRoms.
  16.  
  17. If you write a freely redistributable program and would like to include
  18. PackIt with it, feel free to do so only if you send me a fully registered
  19. version of your program.
  20.  
  21. -+- Disclaimer -+-
  22.  
  23. This product is sold "as is" without representation or warranty of any
  24. kind, either expressed or implied.  The user assumes all risks and
  25. responsibilities related to its use.
  26.  
  27. -+- Introduction -+-
  28.  
  29. PackIt is yet another shell only Data file PowerPacker cruncher/decruncher.
  30. Features:
  31.     1) One program for crunching and decrunching.
  32.     2) Will not crunch executables unless told to do so.
  33.     3) Will automatically determine if a file is PowerPacked or not and
  34.        then either unpack it or pack it.
  35.     4) Allows use of wild card to crunch/decrunch whole directories.
  36.  
  37. -+- Requirements -+-
  38.  
  39. 1) Workbench 2.0+
  40. 2) PowerPacker library (© Nico Francois)
  41.  
  42. -+- SetUp -+-
  43.  
  44. Make sure you have a copy of PowerPacker library v36+ in libs.
  45.  
  46. -+- Usage -+-
  47.  
  48. Must be use from shell only, if started from WB PackIt will automatically
  49. exit.
  50.  
  51. PackIt ?? (for extended usage)
  52.  
  53. PackIt v37.110  PowerPacker Data Cruncher/Decruncher
  54. Copyright © 1994 by Michael J. Barsoom
  55.  
  56. Usage: PackIt <source> [<destination>] [Efficiency 0-4] [Buffer 0-2] [Crypt]
  57.               [Executable] [Crunch] [DeCrunch] [<PassWord>] [ReCrunch] [All]
  58. With
  59.  Efficiency: 0 = Fast, 1 = Mediocre, 2 = Good, 3 = Very Good, 4 = Best (def)
  60.  Buffer    : 0 = Large (def), 1 = Medium, 2 = Small
  61.  Crypt     : Encrypt file.
  62.  Executable: Crunch executables (as data files).
  63.  Crunch    : Crunch files only.
  64.  Decrunch  : DeCrunch files only.
  65.  PassWord  : Password to use for encrypting/decrypting.
  66.  ReCrunch  : Decrunch file and ReCrunch it with new options
  67.  All       : Enter directories recursively (only with wildcards)
  68. Hit ^C to abort.
  69. If no destination is given source will be overwritten
  70.  
  71. If no password is give you will be prompted with a string requester for the
  72. password.
  73.  
  74. If you use the shell option PassWord and the source file(s) need to be
  75. crunched, PackIt will assume you want to crunch the file(s) with encryption
  76. on.
  77.  
  78. If crunching a group of files, you may need to hit ^C twice, once to abort
  79. crunching, and once to quit.
  80.  
  81. The destination can either be a file or a dir.  If you specify a dir as the
  82. destination, the source file will be saved (either crunched or uncrunched)
  83. with the same name in the destination.  When using wildcard, if you give a
  84. destination it MUST be a directory.
  85.  
  86. Use "" to signify the current directory, just like AmigaDos' copy command.
  87.  
  88. ReCrunch  can  be  used  to change a files crunch efficiency or to change a
  89. packed file's password.
  90.  
  91. -+- Wildcard hints -+-
  92.  
  93. To crunch/decrunch all files in a directory use
  94. PackIt #?
  95.  
  96. To make sure all the files in a directory are crunched use,
  97. PackIt #? crunch
  98.  
  99. If you need to use the wildcards ? or ?? use (?) and (??) instead, this is
  100. required because ? and ?? are used for the built in help.
  101.  
  102. -+- Thanks -+-
  103.  
  104. To my loving wife Barbara.
  105. To Nico Francois for PowerPacker library.
  106.  
  107. -+- Bugs, Suggestions -+-
  108.  
  109. you can reach me at:
  110.  
  111. 5524 Pine Street
  112. Omaha NE 68106
  113. USA
  114.  
  115. Internet:  mbars@creighton.edu
  116. Fidonet:   Mike Barsoom @ 1:285/11.9
  117. AmigaNet:  Mike Barsoom @ 40:200/10.9
  118.  
  119. -+- Giftware -+-
  120.  
  121. PackIt is giftware, if you use it regularly the author would appreciate it
  122. if you would send him a small donation.
  123.  
  124. -+- History -+-
  125.  
  126. v37.100  Release 1.0
  127.  
  128. v37.101  Not Released
  129.   - Added crunch and decrunch only flags.
  130.   - Removed ANSI colors so WB 3.0 shell scrolling would not be slowed down.
  131.  
  132. v37.102  Not Released
  133.   - Added Password shell option for encrypting
  134.  
  135. v37.103 Release 1.0a
  136.   - Added recrunch flag.
  137.  
  138. v37.104 Release 1.0b
  139.   - Password can now be specified from shell with PassWord= for decrunching.
  140.  
  141. v37.105 Not Released
  142.   - PackIt was reporting some files as executable when they were not (fixed)
  143.   - PackIt was not returning all allocated memory back, forgot to call
  144.     FreeArgs() and missed a call to FreeDosObject() (fixed)
  145.  
  146. v37.110 Release 1.1
  147.   - PackIt now supports wild card and directory recursion for crunching and
  148.     decrunching.
  149.